body {
	margin: 0;
	width: 100%
}

#cabecera{
	background-color: #7E8C73;
}

#logo{
	width: 314px;
	margin-left: 50px;
}

#borde_cabecera{
	height: 30px;
	border-top: 3px solid white;
}

#escritorio{
	object-fit: cover;
	height: 337px;
	width: 100%;
}

#bloque_texto_imagen_1, #bloque_texto_imagen_2{
	width: 100%;
}

#texto_izquierda, #texto_derecha{
	font-family: 'Oranienbaum', serif !important;
}

#bote_menta, #menta_sketch{
	width: 100%;
	object-fit: cover;
	height: 337px;
}

@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}


.fade-in-text {
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}
